home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MAIN.DIR / Internal_118.ls < prev    next >
Encoding:
Text File  |  2004-07-12  |  144 b   |  10 lines

  1. on exitFrame
  2.   puppetTempo(30)
  3.   animateSprites()
  4.   changeCursors()
  5.   cursor(-1)
  6.   repeat while soundBusy(1)
  7.     updateStage()
  8.   end repeat
  9. end
  10.